home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / giochi / fagot.readme < prev    next >
Text File  |  1995-09-26  |  928b  |  39 lines

  1. Short:    Creates names for RPG characters.
  2. Uploader: veijalai@cc.lut.fi
  3.  
  4.  
  5. FAGOT
  6.  
  7. Fantasia-Aiheisten Good Nimien Oiva Tuottaja
  8.  
  9. A Genuine Plörö Production by K.Veijalainen <veijalai@cc.lut.fi>
  10.  
  11. --------------------------------------------------------------------
  12.  
  13. This util creates unlimited amount of names for RPG characters. It reads
  14. syllables from stdin and then creates the names and prints them immediately
  15. (not much memory should be used).
  16.  
  17. There is no checking for multiple entries of same name... redirect the
  18. output to some util created for that purpose, if you want to.
  19.  
  20. Usage:
  21.  
  22.   cat syllables | fagot 100 | sort | kill2x >outputfile
  23.   
  24. ...or something like that.
  25.   
  26.  
  27. Format of syllablefile:
  28.  
  29. 1st syllables
  30. -
  31. 2nd syllables
  32. -
  33. 3rd syllables
  34.  
  35. The '-'-character marks that next list of syllables starts from next line.
  36. Names consist of 2 or 3 syllables each.
  37.  
  38. Only source included (I don't have a C compiler for Amiga).
  39.